home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 5
/
Eagles_Nest_Mac_Collection_Disc_5.TOAST
/
7th-College
/
LearnSpan#2
/
English_Spanish II 1.05
/
card_301919.txt
< prev
next >
Wrap
Text File
|
1990-03-27
|
1KB
|
50 lines
-- card: 301919 from stack: in.05
-- bmap block id: 334627
-- flags: 0000
-- background id: 13313
-- name:
----- HyperTalk script -----
on arrowKey direction
if direction is "left" then go previous card
else go next card
end arrowKey
-- part 5 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=440 top=44 right=75 bottom=471
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: prev card
----- HyperTalk script -----
on mouseUp
go previous card of this background
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0004
-- rect: left=472 top=44 right=75 bottom=502
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: next card
----- HyperTalk script -----
on mouseUp
go next card of this background
end mouseUp